home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Charleston Nights < prev    next >
Text File  |  1999-07-17  |  1KB  |  77 lines

  1. // By Andrew O'Meara
  2.  
  3. Resn=10,
  4.  
  5. Durn="2",
  6.  
  7.  
  8. CamX="30 * sin( t / 7 ) + 30",
  9. CamY="20 * cos( t / 7 )",
  10. CamZ="22 + 10 * cos( t / 9.9 )",
  11.  
  12. CmLX="40",
  13. CmLY="0",
  14. CmLZ="0",
  15.  
  16. CUpX="0",
  17. CUpY="0",
  18. CUpZ="1",
  19.  
  20. LvlR="1",
  21. LvlG="1",
  22. LvlB="1",
  23.  
  24. LWdt="2",
  25.  
  26. // Red spotlight
  27. B0=".1 + .8 * .5 * ( 1 + cos( 3 * sin( .1 * t ) + 4 * sin( .2 * t ) - 4 * sin( .5 * t ) ) )",
  28. B1=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .15 * t ) + 2 * cos( .21 * t ) + 5 * sin( .67 * t ) ) )",
  29. C0="( dt - b0 ) * ( dt - b0 ) + .01",
  30. D0="( s - b1 )",
  31.  
  32.  
  33. // Green spotlight
  34. B2=".1 + .8 * .5 * ( 1 + cos( 5 * sin( .09 * t ) + 4 * cos( .39 * t ) - 6 * sin( .47 * t ) ) )",
  35. B3=".1 + .8 * .5 * ( 1 + sin( 4 * sin( .18 * t ) - 8 * sin( .33 * t ) + 5 * cos( .51 * t ) ) )",
  36. C1="( dt - b2 ) * ( dt - b2 ) + .01",
  37. D1="( s - b3 )",
  38.  
  39. // Blue spotlight
  40. B4=".1 + .8 * .5 * ( 1 + cos( 8 * sin( .13 * t ) + 4 * cos( .61 * t ) + 5 * cos( .72 * t ) ) )",
  41. B5=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .34 * t ) - 8 * cos( .42 * t ) - 3 * sin( .30 * t ) ) )",
  42. C2="( dt - b4 ) * ( dt - b4 ) + .01",
  43. D2="( s - b5 )",
  44.  
  45.  
  46.  
  47.  
  48. R=".02 / ( c0 + d0 * d0 )",/* Intensity goes down with 1/r^2 */
  49. G=".02 / ( c1 + d1 * d1 )",
  50. B=".02 / ( c2 + d2 * d2 )",
  51.  
  52.  
  53.  
  54. // Preferred dimentions/aspect
  55. widt=490,heig=360,
  56.  
  57.  
  58. ConL=1,ConB=1,
  59.  
  60.  
  61. Fall=".05",
  62.  
  63.  
  64. X="100 * dt",
  65. Y="90 * (s - .5)",
  66. Z="15 * abs( mag( s ) )",
  67.  
  68.  
  69.  
  70. Scal="970",
  71.  
  72. ScSz=1,
  73.  
  74. Pers="250",
  75.  
  76.  
  77. Vers=30